runtime.sweepLocker.tryAcquire (method)

6 uses

	runtime (current package)
		mcentral.go#L126: 			if s, ok := sl.tryAcquire(s); ok {
		mcentral.go#L146: 			if s, ok := sl.tryAcquire(s); ok {
		mgcsweep.go#L341: func (l *sweepLocker) tryAcquire(s *mspan) (sweepLocked, bool) {
		mgcsweep.go#L392: 		if s, ok := sl.tryAcquire(s); ok {
		mgcsweep.go#L479: 		if s, ok := sl.tryAcquire(s); ok {
		mheap.go#L950: 					if s, ok := sl.tryAcquire(s); ok {